home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / quiz.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(rollOut).as < prev    next >
Text File  |  2003-10-12  |  286b  |  12 lines

  1. on(rollOut){
  2.    _root.simpleRollOut();
  3.    if(selectedOne != undefined)
  4.    {
  5.       selected_txt.text = _parent.questionBuilder_mc[_parent.questionBuilder_mc.variables[num] + "Array"][selectedOne];
  6.    }
  7.    else
  8.    {
  9.       selected_txt.text = "Please Select an Answer.";
  10.    }
  11. }
  12.